home *** CD-ROM | disk | FTP | other *** search
/ Challenge Pack 3 / Challenge Pack 3.iso / cdgames / cdshell / cdgames.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-30  |  626 b   |  27 lines

  1. @echo off
  2. if exist %0\..\cdshell.exe goto direct
  3. if exist cdshell.exe CDGAMES
  4. if not exist %0\..\cdshell.exe echo Please run CDGAMES from the data directory
  5. if not exist %0\..\cdshell.exe goto exit
  6. :direct
  7. if not exist %0\..\cdshell.exe goto exit
  8. %0\..\cdshell PROPER INSTALL %1 %2 %3 
  9. :postcdgp
  10. if errorlevel 4 goto spawned
  11. if errorlevel 3 goto error
  12. if errorlevel 2 goto tasked
  13. if errorlevel 1 goto exit
  14. :spawned
  15. goto direct
  16. :tasked
  17. if not exist task.bat echo ERROR -- Unable to establish current task
  18. if not exist task.bat goto exit
  19. call task
  20. goto direct
  21. :error
  22. echo Fatal Error
  23. pause
  24. cd \
  25. :exit
  26.  
  27.